/* Use this CSS-file to override any styles set by system-default Basic - Kategori*/

/*Blå #009ce8*/
/*MørkBlå #296c90*/
/*Grå #c6c6c6*/
/*Mørkgrå #3c3c3b*/

body {
    font-family: Verdana;
	background-image: url(bg_basic_kategori.jpg);
	background-position: top center;
	background-size: cover;
    padding-top: 53px;
}
body.customize-page {
    background: #dcdcdc;
}

.identhidden {
display: none;
}

table {
    background-color: transparent;
    width: 100%;
}

.checkout-page-content .producer {
    text-align: left;
}

/*Link*/
a {
    color: #000;
	text-decoration: none;
}
a:visited {
    color: #000000;
	text-decoration: none;	
}
a:hover {
    color: #000000;
	text-decoration: none;	
}
.btn-link {
    color: #009ce8;
    text-decoration: none !important;
}

.radio label {
    min-height: 20px;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: 400;
    cursor: pointer;
    width: 200px;
}	
	

/*Kryds i send mail boks*/
.fa-remove:before, .fa-close:before, .fa-times:before {
    content: "\f00d";
	color: #009ce8;
}

/*Menu Top*/
.navbar {
    background: #000000;
    border: transparent;
    border-top: 0px solid #009ce8;
	border-bottom: 3px solid #009ce8;	
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
}

.navbar-brand .logo {
    height: 50px;
    padding-bottom: 0px;
}

	.navbar .navbar-nav > li > a.navbar-nav-cart {
      background: #000000;
      color: 333;
      font-weight: 700;
	  border-left: 0px solid #fff;
	  border-right: 0px solid #fff;
}
      .navbar .navbar-nav > li > a.navbar-nav-cart:hover,
      .navbar .navbar-nav > li > a.navbar-nav-cart:focus {
        background: #009ce8; }
      .navbar .navbar-nav > li > a i {
      margin-right: 5px;
}
.navbar .navbar-nav > .open > a, .navbar .navbar-nav > .open > a:focus
 > .open > a:hover {
    color: white !important;
    background: #dcdcdc !important;
}

  .navbar .navbar-nav > li > a {
    font-size: 16px;
    color: #fff;
    transition: all 0.3s ease;
}
  .navbar .navbar-nav > li > a:hover {
    background: transparent;
    color: #fff !important;
}
.navbar .navbar-nav > .active > a {
    color: #fff;
    background: transparent !important;
}

.k-link:link, .k-link:visited, .k-nav-current.k-state-hover .k-link { /*Kategori menu*/
    color: #fff;
}
.k-state-active {
    color: white !important;
    background: #009ce8 !important;
}
.k-menu .k-item, .k-menu.k-header {
    border-color: #009ce8;
}

#impleomenu-cat > li > div > ul > li > a.k-link {
    background-color: transparent!important;    color: #0a5688;
    transition: all 0.3s ease; 
}
#impleomenu-cat > li > div > ul > li.k-state-hover > a.k-link:hover {
    color: #5f686f;
}

/*Menu Top mobile*/
.navbar-default .navbar-collapse, .navbar-default .navbar-form {
   	border-color: #e7e7e7;
   	padding-left: 10px;
}
.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
   	background-color: transparent;
}

#impleomenu-cat > li > .k-link {
    padding-top: 15px;
    border: 0;
    padding-bottom: 15px;
    line-height: 20px;
    background-color: #000000;
	
}


/*Breadcrumb*/
.section-breadcrumbs {
    background: white;
    padding: 0;
    border-bottom: 1px solid #009ce8;
	border-top: 1px solid #009ce8;
    line-height: 40px;
}
.section-products {
   background: transparent;
border-bottom: 0px solid #ddd;
}
.section-breadcrumbs a:before {
    border-left-color: #009ce8;
    right: -20px;
}

/*NewsBox*/
#ctl00_MC_PH_pnlR_CatNText {
    margin-bottom: 20px;
}


/*Kolonne Relateret*/
.col-sm-3 {
    width: 25%;
}
.col-sm-3.col-md-3 {
    width: 50%;
}
.col-sm-3.col-md-2 {
    width: 50%;
}

@media only screen and (max-width: 480px) {
    .col-sm-3 {
        width: 100%;
    }
}


/*Knap*/
.btn-primary {
    background: #009ce8;
    border-color: #009ce8;
	color: #fff !important;
}
  
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.active {
    background: #5f686f;
    border-color: #5f686f;
	color: #fff;
}
.btn-buy {
    background: #009ce8;
    border-color: #009ce8;
	color: #fff !important;
}
  
.btn-buy:hover,
.btn-buy:focus,
.btn-buy.active {
    background: #5f686f;
    border-color: #5f686f;
	color: #fff;
}

.btn-block {
    background: #009ce8;
    border-color: #009ce8;
	color: #fff !important;
}
  
.btn-block:hover,
.btn-block:focus,
.btn-block.active {
    background: #5f686f;
    border-color: #5f686f;
	color: #fff;
}

.btn-lg {
    background: #009ce8;
    border-color: #009ce8;
	color: #fff !important;
}
  
.btn-lg:hover,
.btn-lg:focus,
.btn-lg.active {
    background: #5f686f;
    border-color: #5f686f;
	color: #fff;
}

.btn-feedback {
    background: #009ce8;
    border-color: #009ce8;
	color: #fff !important;
}
  
.btn-feedback:hover,
.btn-feedback:focus,
.btn-feedback.active {
    background: #5f686f;
    border-color: #5f686f;
	color: #fff;
}


.btn-success {
    color: #fff;
    background-color: #5f686f;
    border-color: #5f686f;
}

.modal-addedtocart-buttons .btn {
    margin: 0 5px 10px;
	color: #333;
	
}


.lbtn {
    font-family: "Myriad Pro", Helvetica, Arial;
    display: block;
    -webkit-border-top-right-radius: 6px;
    -webkit-border-bottom-left-radius: 6px;
    -moz-border-radius-topright: 6px;
    -moz-border-radius-bottomleft: 6px;
    border-top-right-radius: 6px;
    border-bottom-left-radius: 6px;
    border-top-left-radius: 0px;
    border-bottom-right-radius: 0px;
    color: #fff;
    font-size: 20px;
    background: #009ce8;
    margin: 5px;
    padding: 10px;
    text-decoration: none;
}



/*Profil*/
.nav-pills>li.active>a, .nav-pills>li.active>a:focus, .nav-pills>li.active>a:hover {
    color: #fff;
    background-color: #009ce8;
}


/*Dropdown*/
.dropdown-menu {
  padding: 0; }
  .dropdown-menu > li:not(:last-child) {
    border-bottom: 1px solid #ddd; }
  .dropdown-menu > li > a {
    color: #009ce8;
    font-weight: bold;
    padding: 10px 15px !important; }
    .dropdown-menu > li > a i {
      margin-right: 8px; }
  .dropdown-menu > li:first-child > a {
    border-radius: 4px 4px 0 0; }
  .dropdown-menu > li:last-child > a {
    border-radius: 0 0 4px 4px; }
  .dropdown-menu-cart {
    min-width: 280px; }


/*Kategori / Produkt top med billede*/
.jumbotron {
  padding: 0;
  margin: 0;
  color: white;
  text-align: center; }

  .jumbotron-inner {
    background-color: rgba(0, 0, 0, 0.1);
    background-image: none;
    padding: 50px 0;
	height: 180px }
.jumbotron-success .jumbotron-inner {
      background-color: none; }
  .jumbotron-heading {
    margin: 0;
    font-size: 46px !important;
    line-height: 34px;
    font-weight: 300;
    float: left; }
    .jumbotron-heading.text-center {
      float: none; }
  .jumbotron-search {
    position: relative;
    float: right;
    max-width: 300px; }
    .jumbotron-search:after {
      content: "\f002";
      font-family: "FontAwesome";
      position: absolute;
      left: 15px;
      top: 50%;
      line-height: 20px;
      margin-top: -10px;
      color: #aaa;
      font-size: 16px;
      z-index: 9; }
    .jumbotron-search .form-control {
      border: 0;
      border-radius: 4px;
      padding-left: 40px; }
  .jumbotron-home .jumbotron-inner {
    padding: 250px 0; }
  .jumbotron-home .jumbotron-heading {
    margin: 0 0 40px;
    font-size: 40px !important;
    float: none;
    text-align: center; }
  .jumbotron-home .jumbotron-search {
    max-width: 500px;
    margin: 0 auto;
    float: none; }
  @media (max-width: 767px) {
    .jumbotron-contentpage .jumbotron-heading {
      float: none;
      margin-bottom: 15px; }
    .jumbotron-contentpage .jumbotron-search {
      float: none;
      margin: 0 auto; } }

.jumbotron .h1, .jumbotron h1 {
    color: #009ce8;
}
.jumbotron-success .jumbotron-inner {
    background-color: rgba(0, 0, 0, 0.2);
}

/*Kategori*/
.panel-product-heading {
    color: #333;
}


/*Produkter*/
.panel-product-image {
    margin: 0 auto;
    display: block;
    height: 110px;
    margin-bottom: 15px;
    transition: all 0.3s ease;
    margin-top: 15px;
}


/*Priser*/
.webshop-product-price {
    color: #a20e31;
    white-space: nowrap;
}
.panel-options .total-price {
    color: #a20e31;
    font-size: 32px;
    line-height: 34px;
    margin: 0 0 3px;
}
.panel-preview-price {
    color: #a20e31;
}
.cart-price {
    color: #a20e31;
    float: right;
    margin: 0;
}


/*Variabler*/
.panel-body {
    padding: 15px;
	background-color: #ffffff;
}

.btn-success {
    color: #fff;
    background-color: #009ce8;
    border-color: #009ce8;
}
.btn-block {
    color: #fff;
    background-color: #009ce8;
    border-color: #009ce8;
}
.btn-buy:hover {
    color: #fff;
    background-color: #5f686f !important;
    border-color: #5f686f !important;
}
.panel-default>.panel-heading {
    color: #fff !important;
    background-color: #009ce8;
    border-color: #ddd;
}
.panel-default>.panel-heading a:link {
    color: #fff !important;
	text-decoration: underline !important;
 }
.panel-default>.panel-heading a:visited {
    color: #fff !important;
	text-decoration: underline !important;
 }
.panel-default>.panel-heading a:hover {
    color: #fff !important;
	text-decoration: none !important;
 }


.text-muted {
    color: #fff;
}
.cart-products .text-muted {
    color: #333;
}

.panel-preview-description .text-muted {
    color: #333;
}

#div_merge .text-muted { /*Tekst ved variabel data flet*/
    color: #333;
}

#ctl00_MC_PH_pnl_PriceLContent .text-muted { /*Prisbeskrivelse på produkt*/
    color: #333;
}

#ctl00_MC_PH_pnl_ProductDesc .text-muted {
    color: #333;
}

#ctl00_MC_PH_pnl_ProductHelp .text-muted { /*Indhold til hjælpetekst*/
    color: #fff;
}
#ctl00_MC_PH_pnl_ProductHelp .text-muted a:link {
    color: #fff;
	text-decoration: underline;
}
#ctl00_MC_PH_pnl_ProductHelp .text-muted a:visited {
    color: #fff;
	text-decoration: underline;
}
#ctl00_MC_PH_pnl_ProductHelp .text-muted a:hover {
    color: #fff;
	text-decoration: none;
}


/*Devider ved variable produkter*/
body.customize-page .section-customize .form-control[disabled], fieldset[disabled] .form-control {
    cursor: not-allowed;
    background-color: transparent;
    border-left: 0px;
    border-right: 0px;
    border-top: 0px;
    margin-top: 10px;
    font-weight: bold;
    padding-left: 0px !important;
    border-radius: 0px;
}


/*Relaterede produkter*/
.panel-product {
    transition: all 0.3s ease;
    border-color: transparent;
	border: 1px solid #ddd;
	background-color: #fff;
    box-shadow: none;
    text-decoration: none !important;
    height: 220px;
    overflow: visible;
    display: block;
}


/*Referencefelter - felt skjult, men validering på custom ref*/
#ctl00_MC_PH_lbl_Ref {
    display: none;
}
#ctl00_MC_PH_TB_Ref {
    display: none;
}
#ctl00_MC_PH_DDL_Ref {
    display: none;
}
.col-sm-8 {
	float: right;
}
.input-group-btn:last-child>.btn, .input-group-btn:last-child>.btn-group {
    z-index: 2;
    margin-left: -1px;
	float: right;
}
/*#ctl00_MC_PH_radlv_CRef_ctrl0_lbl_CRef {
    display: none;
}
#ctl00_MC_PH_radlv_CRef_ctrl0_TB_CRef {
    display: none;
}*/
#ctl00_MC_PH_TBR_ORef {
    display: none;
}
#ctl00_MC_PH_lblR_ORef {
    display: none;
}


/*Indkøbskurv*/
#ctl00_MC_PH_pnl_CartHelp a:link {
    color: #fff !important;
	text-decoration: underline !important;
}
#ctl00_MC_PH_pnl_CartHelp a:visited {
    color: #fff !important;
	text-decoration: underline !important;
}
#ctl00_MC_PH_pnl_CartHelp a:hover {
    color: #fff !important;
	text-decoration: none !important;
}
.cart-product-image {
    float: left;
    margin-right: 12px;
    width: 20%;
}

/*Referencefelt i profil*/
#ctl00_MC_PH_lblR_ORef { 
	display: none;
}
#ctl00_MC_PH_TBR_ORef { 
	display: none;
}


/*Pop-Up ved køb*/
.text-success { /*Header*/
    color: #009ce8 !important;
}


/*Webshop*/
/*.webshop-product-menu {
    width: 1%;
    padding-left: 0;
	display: none;
}*/


/*Ikoner*/
.fa-ellipsis-v:before {
    content: "\f142";
    color: #333;
}

.panel-preview-buttons > .btn {
    font-size: 24px;
    line-height: 1;
    color: #333;
    outline: none !important;
    padding-top: 0;
    padding-bottom: 0;
}
.checkout-page-content .panel-title {
    font-weight: bold;
    color: #fff;
}

.section-products {
	background-color: transparent;
   border-bottom: 0px solid #ddd;
   background-size: cover;
	
}

.panel-profile-list .list-group-item .btn-group {
    padding: 4px 0;
    opacity: 100;
    -webkit-transition: opacity 0.3s ease;
    -moz-transition: opacity 0.3s ease;
    -ms-transition: opacity 0.3s ease;
    -o-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
}


/*Profil*/
/*#admintab {
	display: none;
}*/

/*Profil > Adresse > Fjern fakturaadresser*/
#ctl00_MC_PH_lblR_PostAdr,
#ctl00_MC_PH_TBR_PostAdr1,
#ctl00_MC_PH_TBR_PostAdr2,
#ctl00_MC_PH_TBR_PostPostalC,
#ctl00_MC_PH_TBR_PostPostalP,
#ctl00_MC_PH_DDLR_PostCountry {
	display: none;
}



/*Footer*/
.footer {
    font-size: 13px;
    padding: 0;
	padding-top: 10px;
    background: #296c90;
}
.footer a:link {
	color: #fff;
	text-decoration: none;
}
.footer a:visited {
	color: #fff;
	text-decoration: none;
}
.footer a:hover {
	color: #fff;
	text-decoration: underline;
}
.footer-contact {
    line-height: 20px;
    margin: 0;
    color: #fff;
}